home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'qrdatasu.pas' rev: 3.00
-
- #ifndef qrdatasuHPP
- #define qrdatasuHPP
- #include <quickrpt.hpp>
- #include <FileCtrl.hpp>
- #include <DBTables.hpp>
- #include <Db.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Buttons.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Qrdatasu
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TQRDataSetup;
- class PASCALIMPLEMENTATION TQRDataSetup : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TRadioGroup* DataType;
- Stdctrls::TGroupBox* AliasGB;
- Stdctrls::TButton* BrowseButton;
- Stdctrls::TComboBox* DataBaseName;
- Stdctrls::TGroupBox* TableGroup;
- Stdctrls::TComboBox* TableName;
- Stdctrls::TEdit* FilterExpression;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* FilterLabel;
- Stdctrls::TGroupBox* SQLGroup;
- Stdctrls::TMemo* SQL;
- Stdctrls::TButton* OpenSQL;
- Buttons::TBitBtn* OKButton;
- Buttons::TBitBtn* BitBtn2;
- Stdctrls::TLabel* Label3;
- Stdctrls::TComboBox* IndexName;
- void __fastcall DataTypeClick(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall BrowseButtonClick(System::TObject* Sender);
- void __fastcall DataBaseNameChange(System::TObject* Sender);
- void __fastcall TableNameChange(System::TObject* Sender);
- void __fastcall SQLChange(System::TObject* Sender);
- void __fastcall OKButtonClick(System::TObject* Sender);
-
- private:
- Quickrpt::TQuickRep* FReport;
- Dbtables::TTable* TableComp;
- Dbtables::TQuery* QueryComp;
-
- protected:
- void __fastcall GetEditValues(void);
- void __fastcall SetReport(Quickrpt::TQuickRep* Value);
- void __fastcall SetData(void);
-
- public:
- __property Quickrpt::TQuickRep* QuickRep = {read=FReport, write=SetReport};
- public:
- /* TCustomForm.Create */ __fastcall virtual TQRDataSetup(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TQRDataSetup(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TQRDataSetup(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TQRDataSetup(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TQRDataSetup* QRDataSetup;
-
- } /* namespace Qrdatasu */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Qrdatasu;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // qrdatasu
-